home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / 35COM / AxDesktop.dpr < prev    next >
Text File  |  1998-05-12  |  397b  |  24 lines

  1. library AxDesktop;
  2.  
  3. uses
  4.   ComServ,
  5.   AxDesktop_TLB in 'AxDesktop_TLB.pas',
  6.   XDesktopImpl in 'XDesktopImpl.pas' {XDesktop: CoClass},
  7.   About1 in 'About1.pas' {XDesktopAbout},
  8.   DeskProp in 'DeskProp.pas' {DesktopProp: TPropertyPage};
  9.  
  10. {$E ocx}
  11.  
  12. exports
  13.   DllGetClassObject,
  14.   DllCanUnloadNow,
  15.   DllRegisterServer,
  16.   DllUnregisterServer;
  17.  
  18. {$R *.TLB}
  19.  
  20. {$R *.RES}
  21.  
  22. begin
  23. end.
  24.